CRAFT-2074-eslint-v9-migration #3216
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
experimental branch under test to be linked in with commercetools/merchant-center-application-kit#3931
Background
The
appkiteslint9 PR introduces:@commercetools-frontend/eslint-config-mc-app-flatfor ESLint 9 + flat config supportplugins
@commercetools-frontend/eslint-config-mc-app(ESLint 8 only)This PR consumes the ESLint 9 migration changes from ☝🏻 and makes the following changes to accommodate it:
.eslintrc.jsand.eslintignorefileseslint.config.js(flat config format)@commercetools-frontend/eslint-config-mc-app-flat@commercetools-frontend/eslint-config-mc-app-flat- currently linked tofile:./vendor/...-hash.tgz--> NEEDS TO BE DELETED AND ADDED TO GITIGNORE. linked to test CI runs.@typescript-eslint/eslint-plugin@typescript-eslint/parsereslinteslint-formatter-prettyOnce complete, we can close out: